<button type="button" class="btn btn-default btn-block btn-border btn-lg show-toogle" data-toggle="collapse" data-target=".tabs-index" style="margin-bottom: 20px;">
		   <i class="fa fa-bars"></i>
		</button>
		
<ul class="nav nav-pills collapse tabs-index nav-p">
	        <?php if( !Auth::check() ): ?>
          	<li class="<?php if(Request::is('latest')||Request::is('/')): ?> active <?php endif; ?>"><a href="<?php echo URL::to('latest'); ?>"><i class="glyphicon glyphicon-fire myicon-right"></i> <?php echo Lang::get('misc.last_shots'); ?></a></li>
          	<li class="<?php if(Request::is('popular')): ?> active <?php endif; ?>" ><a href="<?php echo URL::to('popular'); ?>"><i class="glyphicon glyphicon-heart myicon-right"></i> <?php echo Lang::get('misc.popular_shots'); ?></a></li>
          	<li class="<?php if(Request::is('most/commented')): ?> active <?php endif; ?>" ><a href="<?php echo URL::to('most/commented'); ?>"><i class="icon-bubbles myicon-right"></i> <?php echo Lang::get('misc.most_commented'); ?></a></li>
          	<li class="<?php if(Request::is('most/viewed')): ?> active <?php endif; ?>" ><a href="<?php echo URL::to('most/viewed'); ?>"><i class="icon-eye myicon-right"></i> <?php echo Lang::get('misc.most_viewed'); ?></a></li>
  
          	<?php else: ?> 
          	<li class="<?php if(Request::is('/')): ?> active <?php endif; ?>"><a href="<?php echo URL::to('/'); ?>"><i class="icon-user myicon-right"></i> <?php echo Lang::get('users.following'); ?></a></li>
          	<li class="<?php if(Request::is('latest')): ?> active <?php endif; ?>"><a href="<?php echo URL::to('/latest'); ?>"><i class="glyphicon glyphicon-fire myicon-right"></i> <?php echo Lang::get('misc.last_shots'); ?></a></li>
          	<li class="<?php if(Request::is('popular')): ?> active <?php endif; ?>" ><a href="<?php echo URL::to('popular'); ?>"><i class="glyphicon glyphicon-heart myicon-right"></i> <?php echo Lang::get('misc.popular_shots'); ?></a></li>
          	
          	<li class="<?php if(Request::is('most/commented')): ?> active <?php endif; ?>" ><a href="<?php echo URL::to('most/commented'); ?>"><i class="icon-bubbles myicon-right"></i> <?php echo Lang::get('misc.most_commented'); ?></a></li>
          	<li class="<?php if(Request::is('most/viewed')): ?> active <?php endif; ?>" ><a href="<?php echo URL::to('most/viewed'); ?>"><i class="icon-eye myicon-right"></i> <?php echo Lang::get('misc.most_viewed'); ?></a></li>
         
          	<?php endif; ?>
          	
          </ul>
